home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / pdsoft / demo_library / 4410.lha / DCUPDATE1_2.LHA / DC-Update / Update-DC next >
Text File  |  1995-04-06  |  786b  |  26 lines

  1. (complete 0)
  2.  
  3. (message "This Update requires an installed Diamond Caves Version 1.0 or 1.1!\n\nI will now update the following files:\nDiamond Caves (main program)\nDiamondCaves.doc & DiamondCaves.guide\nGame.lvl/23 (if you havn't already installed V1.1)")
  4.  
  5. (if (exists "DC:" (NOREQ))
  6.     (
  7.         (complete 00)
  8.         (copyfiles
  9.             (prompt "Updating necessary files in DC:")
  10.             (help @copyfiles-help)
  11.             (source "DiamondCaves")
  12.             (dest "DC:")
  13.             (all)
  14.             (infos)
  15.             (confirm)
  16.         )
  17.  
  18.         (message "\nDimaond Caves update complete.\n\nAnd now enjoy Diamond Caves!")
  19.  
  20.     )
  21.  
  22.     (message "Directory DC: not found!\nThis is just a small update, so please install Diamond Caves V1.0/V1.1 before.")
  23. )
  24.  
  25. (exit (quiet))
  26.